host-interaction/file-system/delete

delete file on Linux

rule:
  meta:
    name: delete file on Linux
    namespace: host-interaction/file-system/delete
    authors:
      - mehunhoff@google.com
    scopes:
      static: basic block
      dynamic: call
    mbc:
      - File System::Delete File [C0047]
  features:
    - and:
      - or:
        - os: linux
        - os: android
      - or:
        - api: unlink
        - api: unlinkat

last edited: 2024-08-16 18:57:08